home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / allcrack / opts.frm < prev    next >
Text File  |  1999-10-05  |  1KB  |  49 lines

  1. VERSION 5.00
  2. Begin VB.Form Opts 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "      Options"
  5.    ClientHeight    =   660
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   2160
  9.    Icon            =   "Opts.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   660
  14.    ScaleWidth      =   2160
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "Save Changes"
  18.       Height          =   240
  19.       Left            =   480
  20.       TabIndex        =   2
  21.       Top             =   420
  22.       Width           =   1215
  23.    End
  24.    Begin VB.CheckBox Check2 
  25.       Caption         =   "Run AllAdvantage on load"
  26.       Height          =   225
  27.       Left            =   0
  28.       TabIndex        =   1
  29.       Top             =   225
  30.       Width           =   2190
  31.    End
  32.    Begin VB.CheckBox Check1 
  33.       Caption         =   "Load on Win Startup"
  34.       Height          =   255
  35.       Left            =   0
  36.       TabIndex        =   0
  37.       Top             =   0
  38.       Width           =   1770
  39.    End
  40. End
  41. Attribute VB_Name = "Opts"
  42. Attribute VB_GlobalNameSpace = False
  43. Attribute VB_Creatable = False
  44. Attribute VB_PredeclaredId = True
  45. Attribute VB_Exposed = False
  46. Private Sub Form_Load()
  47.  
  48. End Sub
  49.